home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000273_icurmtdude@yahoo.com_Tue Sep 16 13:52:47 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  64 lines

  1. Article: 14515 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: icurmtdude@yahoo.com (icurmt)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: RTS/CTS flow control on output.
  6. Date: 15 Sep 2003 15:28:23 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 45
  9. Message-ID: <cf6cc183.0309151428.7086b647@posting.google.com>
  10. References: <cf6cc183.0309150638.4018a773@posting.google.com> <bk4kic$3dr$1@sesame.cc.columbia.edu>
  11. NNTP-Posting-Host: 24.97.119.28
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1063664904 11452 127.0.0.1 (15 Sep 2003 22:28:24 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 15 Sep 2003 22:28:24 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14515
  18.  
  19. I tried the latest build but the results were same. Sometimes I do not
  20. receive all the bytes. Is there any way to resolve this issue..
  21.  
  22. Ray
  23.  
  24.  
  25.  
  26. fdc@sesame.cc.columbia.edu (Frank da Cruz) wrote in message news:<bk4kic$3dr$1@sesame.cc.columbia.edu>...
  27. > In article <cf6cc183.0309150638.4018a773@posting.google.com>,
  28. > icurmt <icurmtdude@yahoo.com> wrote:
  29. > : I am running into this issue where sometimes I do not receive all the
  30. > : bytes from other machine during a serial communication. I am currently
  31. > : using ckermit version 8.0.200.
  32. > :
  33. > It probably won't make a difference, but the current version is 8.0.209:
  34. >   http://www.columbia.edu/kermit/ckermit.html
  35. > : ...Now, when I use my java program to
  36. > : communicate with the same device then everything works fine. All the
  37. > : bytes are correctly received. One noticeable change between the java
  38. > : and the kermit program is the difference in their respective flow
  39. > : control settings. In java, it is set as FLOWCONTROL_RTSCTS_OUT whereas
  40. > : in kermit it is set flow rts/cts.
  41. > : 
  42. > : Is there a way to set only flow control "RTS/CTS out" in kermit.
  43. > :
  44. > No.  All flow control selections are presumed to be effective in both
  45. > directions.
  46. > : Just
  47. > : as an addl info, the comm protocol is set as follows in my kermit
  48. > : program.
  49. > : 
  50. > : set line /dev/ttyS0
  51. > : set flow rts/cts
  52. > : set carrier-watch off
  53. > : set file type binary
  54. > : set modem type none
  55. > : set speed 19200
  56. > : 
  57. > I don't see how disabling flow control in the incoming direction would
  58. > prevent loss of incoming bytes.
  59. > - Frank
  60.